home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / seiko_04.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  10.8 KB  |  373 lines

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "Seiko ColorPoint PS" version 230 C.8A
  3. *% Produced by Cheshire Group version 2.0 edit 01
  4. *%
  5. *% Copyright )1990 Seiko Instruments USA Inc.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 011031.
  11. *%
  12. *% Date: <3/22/91>
  13. *FormatVersion: "3.0"
  14. *FileVersion: "2.1"
  15. *LanguageVersion: English
  16. *LanguageLevel: "1"
  17.  
  18. *% General Information and Defaults ===============
  19. *Product: "(ColorPoint PS)"
  20. *PSVersion: "(230 C.8A) 0"
  21. *NickName: "Seiko ColorPoint PS Model 04"
  22. *ColorDevice: True
  23.  
  24. *DefaultResolution: 300dpi
  25. *?Resolution: "
  26. save
  27.   initgraphics
  28.   0 0 matrix defaultmatrix transform
  29.   0 72 matrix defaultmatrix transform
  30.   3 -1 roll sub dup mul
  31.   3 1 roll exch sub dup mul
  32.   add sqrt round cvi
  33.   (          ) cvs print (dpi) print flush
  34. restore
  35. "
  36. *End
  37.  
  38. *FileSystem: True
  39. *?FileSystem: "
  40. save 
  41.     statusdict begin
  42.     (False) 
  43.     /diskstatus where{
  44.         pop diskstatus exch pop 0 ne {pop (True)} if
  45.     }if 
  46.     print flush
  47.     end %statusdict
  48. restore
  49. "
  50. *End
  51.  
  52. *% System Management===============================
  53. *Throughput: "1"
  54. *FreeVM: "219596"
  55. *Password: "0"
  56.  
  57. *ExitServer: "
  58. count 0 eq
  59. {            % password not on the stack
  60.     true
  61. }
  62. {            % check password for validity
  63.     dup
  64.     statusdict begin
  65.     checkpassword
  66.     end %statusdict
  67.     not
  68. }
  69. ifelse
  70. {            % password invalid or missing
  71.     (WARNING! Cannot perform exitserver.) print
  72.     (Invalid password.) print
  73.     (Please contact system support.) print flush
  74.     quit
  75. }
  76. if
  77. serverdict begin exitserver
  78. "
  79. *End
  80.  
  81. *Reset: "
  82. count 0 eq
  83. {            % password not on the stack
  84.     true
  85. }
  86. {            % check password for validity
  87.     dup
  88.     statusdict begin
  89.     checkpassword
  90.     end %statusdict
  91.     not
  92. }
  93. ifelse
  94. {            % password invalid or missing
  95.     (WARNING! Cannot perform exitserver.) print
  96.     (Invalid password.) print
  97.     (Please contact system support.) print flush
  98.     quit
  99. }
  100. if
  101. serverdict begin exitserver
  102. systemdict /quit get exec
  103. (WARNING! Printer Reset failed.) print flush
  104. "
  105. *End
  106.  
  107. *% Halftone Information ===============
  108. *ScreenFreq: "60.0"
  109. *ScreenAngle: "0.0"
  110. *DefaultScreenProc: Dot
  111. *DefaultScreenProc: Dot
  112. *ScreenProc Dot: "
  113. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  114. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  115. "
  116. *End
  117. *ScreenProc Line: "{ pop }"
  118. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  119.  
  120. *DefaultTransfer: Null
  121. *Transfer Null: "{ }"
  122. *Transfer Null.Inverse: "{ 1 exch sub }"
  123. *Transfer Normalized: "{ }"
  124. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  125.  
  126. *% Paper Handling ===================
  127.  
  128. *% Use these entries to set paper size most of the time, unless there is
  129. *% specific reason to use PageRegion or PaperTray.
  130. *DefaultPageSize: Letter
  131. *PageSize Letter: "statusdict begin 0 setpagesize end"
  132. *PageSize ASuper: "statusdict begin 2 setpagesize end"
  133. *PageSize A4: "statusdict begin 3 setpagesize end"
  134. *?PageSize: "
  135. save
  136.     statusdict begin
  137.     /pagesize where {
  138.         pop
  139.         3 dict begin
  140.         /0 (Letter) def
  141.         /2 (ASuper) def
  142.         /3 (A4) def
  143.         pagesize
  144.         { ( ) cvs cvn load exec } stopped not
  145.             {= flush}
  146.             {(Unknown) = flush}
  147.         ifelse
  148.         end        %temp
  149.     }
  150.     if
  151.     end        %statusdict
  152. restore
  153. "
  154. *End
  155.  
  156. *% These entries will set up the frame buffer. Usually used with manual feed.
  157. *DefaultPageRegion: Letter
  158. *PageRegion Letter: "letter"
  159. *PageRegion ASuper: "asuper"
  160. *PageRegion A4: "a4"
  161.  
  162. *% These entries will invoke a particular paper tray.
  163. *DefaultPaperTray: None
  164.  
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: Letter
  167. *ImageableArea Letter: "12 10 601 783 "
  168. *ImageableArea ASuper: "11 12 624 946 "
  169. *ImageableArea A4: "12 11 584 832 "
  170. *?ImageableArea: "
  171.  save 
  172.      /cvp { cvi (            ) cvs print ( ) print } bind def
  173.       newpath clippath pathbbox
  174.       4 -2 roll exch 2 {ceiling cvp} repeat
  175.       exch 2 {floor cvp} repeat flush
  176.  restore
  177. "
  178. *End
  179.  
  180. *% These provide the physical dimensions of the paper (by keyword)
  181. *DefaultPaperDimension: Letter
  182. *PaperDimension Letter: "612 792"
  183. *PaperDimension ASuper: "634 1076"
  184. *PaperDimension A4: "595 842"
  185.  
  186.  
  187. *% Paper Handling =====================
  188. *VariablePaperSize: False
  189.  
  190. *DefaultOutputBin: OnlyOne
  191. *DefaultInputSlot: None
  192.  
  193. *DefaultManualFeed: None
  194.  
  195. *DefaultOutputOrder: Reverse
  196.  
  197. *DefaultCollator: None
  198. *DefaultSorter: None
  199. *%DefaultDuplex: None
  200.  
  201. *% Font Information =====================
  202.  
  203. *DefaultFont: Courier
  204. *Font AvantGarde-Book: Standard "(001.001)"
  205. *Font AvantGarde-BookOblique: Standard "(001.001)"
  206. *Font AvantGarde-Demi: Standard "(001.001)"
  207. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  208. *Font Bookman-Demi: Standard "(001.001)"
  209. *Font Bookman-DemiItalic: Standard "(001.001)"
  210. *Font Bookman-Light: Standard "(001.001)"
  211. *Font Bookman-LightItalic: Standard "(001.001)"
  212. *Font Courier: Standard "(001.004)"
  213. *Font Courier-Bold: Standard "(001.004)"
  214. *Font Courier-BoldOblique: Standard "(001.004)"
  215. *Font Courier-Oblique: Standard "(001.004)"
  216. *Font Helvetica: Standard "(001.001)"
  217. *Font Helvetica-Bold: Standard "(001.001)"
  218. *Font Helvetica-BoldOblique: Standard "(001.001)"
  219. *Font Helvetica-Condensed: Standard "(001.000)"
  220. *Font Helvetica-Condensed-Bold: Standard "(001.000)"
  221. *Font Helvetica-Condensed-BoldObl: Standard "(001.000)"
  222. *Font Helvetica-Condensed-Oblique: Standard "(001.000)"
  223. *Font Helvetica-Narrow: Standard "(001.000)"
  224. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  225. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  226. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  227. *Font Helvetica-Oblique: Standard "(001.001)"
  228. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  229. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  230. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  231. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  232. *Font Palatino-Bold: Standard "(001.000)"
  233. *Font Palatino-BoldItalic: Standard "(001.000)"
  234. *Font Palatino-Italic: Standard "(001.000)"
  235. *Font Palatino-Roman: Standard "(001.000)"
  236. *Font Symbol: Special "(001.001)"
  237. *Font Times-Bold: Standard "(001.001)"
  238. *Font Times-BoldItalic: Standard "(001.001)"
  239. *Font Times-Italic: Standard "(001.001)"
  240. *Font Times-Roman: Standard "(001.001)"
  241. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  242. *Font ZapfDingbats: Special "(001.000)"
  243. *?FontQuery: "
  244. save  
  245. 4 dict begin 
  246. /sv exch def
  247.     /str (fonts/                              ) def
  248.     /st2 30 string def
  249.     {
  250.       count 0 gt {
  251.         dup FontDirectory exch known {pop 1}{
  252.          str exch st2 cvs dup length /len exch def
  253.          6 exch putinterval str 0 len 6 add getinterval mark exch
  254.          { } st2 filenameforall counttomark 0 gt {
  255.           cleartomark 1}{cleartomark 0}ifelse
  256.         }ifelse print flush
  257.       }{ exit } ifelse
  258.     } bind loop 
  259. sv end restore
  260. "
  261. *End
  262.  
  263. *?FontList: "
  264. FontDirectory { pop == } forall 
  265. /filenameforall where { 
  266.  pop save (fonts/*) { 
  267.   dup length 6 sub 6 exch getinterval == 
  268.  } 128 string filenameforall restore
  269. } if 
  270. (*) print flush
  271. "
  272. *End
  273.  
  274. *% Printer Messages (verbatim from printer):
  275. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  276. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  277. *Message: "\FontName\ not found, using Courier"
  278.  
  279. *% Status (format: %%[ status: <one of these> ]%% )
  280. *Status: "idle"
  281. *Status: "busy"
  282. *Status: "waiting"
  283. *Status: "printing"
  284. *Status: "warming up"
  285. *Status: "PrinterError: timeout, clearing printer"
  286. *Status: "PrinterError: Cover open"
  287. *Status: "PrinterError: Paper out"
  288. *Status: "PrinterError: Paper jam"
  289. *Status: "PrinterError: Ink sheet out"
  290. *Status: "PrinterError: Ink sheet jam"
  291. *Status: "PrinterError: DRB too hot"
  292. *Status: "PrinterError: DRB thermistor failure"
  293. *Status: "PrinterError: Thermal printhead too hot"
  294. *Status: "PrinterError: Thermal printhead buffer failure"
  295. *Status: "PrinterError: Thermal printhead thermistor failure"
  296. *Status: "PrinterError: NVRAM checksum error"
  297. *Status: "PrinterError: NVRAM write error"
  298. *Status: "PrinterError: Pinch roller home error"
  299. *Status: "PrinterError: Pinch roller grip error"
  300. *Status: "PrinterError: Cutter failure"
  301. *Status: "PrinterError: Improper thermal printhead motion"
  302. *Status: "PrinterError: Illegal DRB command"
  303.  
  304. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  305. *Source: "serial9"
  306. *Source: "parallel"
  307. *Source: "AppleTalk"
  308. *Source: "SCSI"
  309. *Source: "SCSI2"
  310.  
  311. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  312. *PrinterError: "Cover open"
  313. *PrinterError: "Paper out"
  314. *PrinterError: "Paper jam"
  315. *PrinterError: "Ink sheet out"
  316. *PrinterError: "Ink sheet jam"
  317. *PrinterError: "DRB too hot"
  318. *PrinterError: "DRB thermistor failure"
  319. *PrinterError: "Thermal printhead too hot"
  320. *PrinterError: "Thermal printhead buffer failure"
  321. *PrinterError: "Thermal printhead thermistor failure"
  322. *PrinterError: "NVRAM checksum error"
  323. *PrinterError: "NVRAM write error"
  324. *PrinterError: "Pinch roller home error"
  325. *PrinterError: "Pinch roller grip error"
  326. *PrinterError: "Cutter failure"
  327. *PrinterError: "Improper thermal printhead motion"
  328. *PrinterError: "Illegal DRB command"
  329.  
  330. *% Color Separation Information =====================
  331.  
  332. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  333.  
  334. *InkName: ProcessCyan/Process Cyan
  335. *InkName: ProcessMagenta/Process Magenta
  336. *InkName: ProcessYellow/Process Yellow
  337. *InkName: ProcessBlack/Process Black
  338.  
  339. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  340. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  341. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  342. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  343.  
  344. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  345. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  346. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  347. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  348.  
  349. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  350. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  351. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  352. *End
  353. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  354. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  355. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  356. *End
  357. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  358. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  359. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  360. *End
  361. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  362. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  363. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  364. *End
  365.  
  366. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  367. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  368. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  369. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  370.  
  371. *% end of PPD file for Seiko ColorPoint PS Model 04 version 230 C.8A
  372.  
  373.